home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmListReplaceItemsUnselected.z / XmListReplaceItemsUnselected
Text File  |  1998-10-30  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmLLLLiiiissssttttRRRReeeeppppllllaaaacccceeeeIIIItttteeeemmmmssssUUUUnnnnsssseeeelllleeeecccctttteeeeUUUUddddNNNN((((IIII3333XXXXXXXX))))SSSSyyyyssssXXXXttttmmmmeeeeLLLLmmmmiiiissssVVVVttttRRRReeeeppppllllaaaacccceeeeIIIItttteeeemmmmssssUUUUnnnnsssseeeelllleeeecccctttteeeedddd((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmLLLLiiiissssttttRRRReeeeppppllllaaaacccceeeeIIIItttteeeemmmmssssUUUUnnnnsssseeeelllleeeecccctttteeeedddd - A List function that replaces
  10.           items in a list
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/List.h>
  14.           vvvvooooiiiidddd XXXXmmmmLLLLiiiissssttttRRRReeeeppppllllaaaacccceeeeIIIItttteeeemmmmssssUUUUnnnnsssseeeelllleeeecccctttteeeedddd(
  15.           WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt,
  16.           XXXXmmmmSSSSttttrrrriiiinnnngggg ****oooolllldddd____iiiitttteeeemmmmssss,
  17.           iiiinnnntttt iiiitttteeeemmmm____ccccoooouuuunnnntttt,
  18.           XXXXmmmmSSSSttttrrrriiiinnnngggg ****nnnneeeewwww____iiiitttteeeemmmmssss);
  19.  
  20.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  21.           This page documents Motif 2.1.
  22.  
  23.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.           XXXXmmmmLLLLiiiissssttttRRRReeeeppppllllaaaacccceeeeIIIItttteeeemmmmssssUUUUnnnnsssseeeelllleeeecccctttteeeedddd replaces each specified item in
  25.           the list with a corresponding new item. The replacement
  26.           items remain unselected, even if they currently appear in
  27.           the XXXXmmmmNNNNsssseeeelllleeeecccctttteeeeddddIIIItttteeeemmmmsssslist.
  28.  
  29.           _w_i_d_g_e_t    Specifies the ID of the List widget to replace
  30.                     items in.
  31.  
  32.           _o_l_d__i_t_e_m_s Specifies a pointer to the list items to be
  33.                     replaced.
  34.  
  35.           _i_t_e_m__c_o_u_n_t
  36.                     Specifies the number of elements in _o_l_d__i_t_e_m_s and
  37.                     _n_e_w__i_t_e_m_s.  This number must be nonnegative.
  38.  
  39.           _n_e_w__i_t_e_m_s Specifies a pointer to the replacement items.
  40.                     Every occurrence of each element of _o_l_d__i_t_e_m_s is
  41.                     replaced with the corresponding element from
  42.                     _n_e_w__i_t_e_m_s. That is, the first element of _o_l_d__i_t_e_m_s
  43.                     is replaced with the first element of _n_e_w__i_t_e_m_s.
  44.                     The second element of _o_l_d__i_t_e_m_s is replaced with
  45.                     the second element of _n_e_w__i_t_e_m_s, and so on until
  46.                     _i_t_e_m__c_o_u_n_t is reached. If an element in _o_l_d__i_t_e_m_s
  47.                     does not exist in the list, the corresponding
  48.                     entry in _n_e_w__i_t_e_m_sis skipped.
  49.  
  50.           For a complete definition of List and its associated
  51.           resources, see XXXXmmmmLLLLiiiisssstttt(3).
  52.  
  53.      RRRREEEELLLLAAAATTTTEEEEDDDD
  54.           XXXXmmmmLLLLiiiisssstttt(3).
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.